net/http.http2priorityWriteScheduler.nodes (field)

14 uses

	net/http (current package)
		h2_bundle.go#L10931: 		nodes:                make(map[uint32]*http2priorityNode),
		h2_bundle.go#L10936: 	ws.nodes[0] = &ws.root
		h2_bundle.go#L11097: 	nodes map[uint32]*http2priorityNode
		h2_bundle.go#L11122: 	if curr := ws.nodes[streamID]; curr != nil {
		h2_bundle.go#L11134: 	parent := ws.nodes[options.PusherID]
		h2_bundle.go#L11145: 	ws.nodes[streamID] = n
		h2_bundle.go#L11155: 	if ws.nodes[streamID] == nil {
		h2_bundle.go#L11158: 	if ws.nodes[streamID].state != http2priorityNodeOpen {
		h2_bundle.go#L11162: 	n := ws.nodes[streamID]
		h2_bundle.go#L11184: 	n := ws.nodes[streamID]
		h2_bundle.go#L11197: 		ws.nodes[streamID] = n
		h2_bundle.go#L11203: 	parent := ws.nodes[priority.StreamDep]
		h2_bundle.go#L11253: 		n = ws.nodes[id]
		h2_bundle.go#L11313: 	delete(ws.nodes, n.id)